if #parentTag$=="GEDC"
  ! static text with level and tab
  NewLine
  #tlabel=local("GEDCOM Version")
  cell static,#tlabel&":"
  set tabwidth -1 alignment right
  help #tlabel


  ! edit field with value
  cell EditValue
  set Width -1
  help local("Enter gedcom version number used")

else
  use _Unknown_
endif